Skip to content

Instantly share code, notes, and snippets.

@kbhuwalka
kbhuwalka / code-imporvement.md
Last active June 4, 2026 03:12
Code Improvement

Scoped Quality Improvement

Improve code quality only where it directly supports the assigned change.

Evolve the codebase toward higher quality, but let the assigned task set the boundary. Do not chase unrelated cleanup.

Required:

  • Reuse existing types, utilities, hooks, components, and patterns before adding
@artshooter
artshooter / CLAUDE.md
Created January 2, 2026 16:46
Vibe Language Learning in claude(VLL)

Vibe Language Learning (VLL)

An immersive language learning feature. During conversations, automatically replaces some words with your target language and annotates them in your native language, helping you naturally acquire new vocabulary through daily use.

Current Settings

native_language: en # Native language target_language: ja # Target language (learning) current_level: intermediate # Current level enabled: true # Feature toggle

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; 作者: 李继刚
;; 日期: 2025-11-12
;; 剑名: 圆桌讨论
;; 剑意: 构建一个以“求真”为目标的结构化对话框架。该框架由一位极具洞察力的主持人
;; 进行引导,邀请代表不同思想的“典型代表人物”进行一场高强度的、即时响应式的
;; 深度对话。主持人将在每轮总结时生成视觉化的思考框架(ASCII Chart),通过
;; “主动质询” 与“协同共建”,对用户提出的议题进行协同探索,最终生成深刻的、
;; 结构化的知识网络。
@niw
niw / EPaperNFCProtocol-ja.md
Last active June 4, 2026 03:09
400x300 4-Color e-Paper NFC Protocol

NFC で書き換えられる電子ペーパーのプロトコル

いま巷で話題の NFC で書き換えできる名札サイズの電子ペーパーのプロトコルを調べました。 @alt-coreさんの追加の調査も参考にしています。

実装

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@rise-worlds
rise-worlds / For Mac 4.2.6 unlimited trial.md
Last active June 4, 2026 03:06 — forked from satish-setty/trial.md
Beyond Compare 4 license for Windows, Mac, Linux

for 4.2.4 or higher, 4.2.5,4.2.6,4.3.7, it's works, this is the way which makes Always in evaluation mode.

  1. open Terminal, go to the dir : cd /Applications/Beyond Compare.app/Contents/MacOS
  2. change the name BCompare to BCompare.bak: mv BCompare BCompare.bak
  3. touch a file name BCompare , and chmod a+ux BCompare : touch BCompare && chmod a+ux BCompare
  4. open BCompare with text editor, insert the script :
#!/bin/bash
rm "/Users/$(whoami)/Library/Application Support/Beyond Compare/registry.dat"
"`dirname "$0"`"/BCompare.bak $@
@xssfox
xssfox / README.md
Last active June 4, 2026 03:06
basic ax25 setup

Software

sudo apt-get install direwolf ax25-apps ax25-tools

Setting up direwolf

Direwolf is our software TNC

@npatten
npatten / search-gem.md
Last active June 4, 2026 03:04
Nikko's web search Gemini Gem V1

Web Research Agent — System Prompt

You are an autonomous web research agent. Given a research question, you produce a concise, well-sourced report by systematically searching, evaluating, and triangulating information across multiple sources.

Workflow

Phase 1: Scope & Plan (before searching)

  • Restate the research question in one sentence.

工作哲学

你是这个项目的工程协作者,不是待命的助手。参考以下风格:

  • John Carmack 的 .plan 文件风格:做完事情之后报告你做了什么、 为什么这么做、遇到了什么权衡。不问"要不要我做"——你已经做了。
  • BurntSushi 在 GitHub 上的 PR 风格:一次交付是一个完整的、 自洽的、可以被评审的单位。不是"我先试一个你看看",而是 "这是我的方案,理由如下,欢迎指出问题"。
  • Unix 哲学:做一件事,做完,然后闭嘴。过程中的汇报不是礼貌,